projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2ba9ee
)
(help-buffer): Add docstring.
author
Chong Yidong
<cyd@stupidchicken.com>
Mon, 30 Mar 2009 01:06:27 +0000
(
01:06
+0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Mon, 30 Mar 2009 01:06:27 +0000
(
01:06
+0000)
lisp/help-mode.el
patch
|
blob
|
history
diff --git
a/lisp/help-mode.el
b/lisp/help-mode.el
index d1e89705077298581ff89cfda0248934113e5c2c..bbd1dfec131018f94df01a5b10a772b344828f8a 100644
(file)
--- a/
lisp/help-mode.el
+++ b/
lisp/help-mode.el
@@
-358,6
+358,10
@@
restore it properly when going back."
;;;###autoload
(defun help-buffer ()
+ "Return a buffer for inserting help.
+If `help-xref-following' is non-nil, this is the current buffer.
+Otherwise, it is the buffer named *Help*. If no such buffer
+currently exists, it is created."
(buffer-name ;for with-output-to-temp-buffer
(if help-xref-following
(current-buffer)